TSTP Solution File: SYN990^1 by cvc5---1.0.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : cvc5---1.0.5
% Problem  : SYN990^1 : TPTP v8.1.2. Released v3.7.0.
% Transfm  : none
% Format   : tptp
% Command  : do_cvc5 %s %d

% Computer : n026.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Fri Sep  1 02:05:48 EDT 2023

% Result   : Satisfiable 30.47s 30.77s
% Output   : Assurance 0s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : SYN990^1 : TPTP v8.1.2. Released v3.7.0.
% 0.00/0.13  % Command    : do_cvc5 %s %d
% 0.13/0.34  % Computer : n026.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Sat Aug 26 20:18:33 EDT 2023
% 0.13/0.34  % CPUTime    : 
% 0.19/0.47  %----Proving TH0
% 0.19/0.48  %------------------------------------------------------------------------------
% 0.19/0.48  % File     : SYN990^1 : TPTP v8.1.2. Released v3.7.0.
% 0.19/0.48  % Domain   : Syntactic
% 0.19/0.48  % Problem  : Simple test for satisfiability
% 0.19/0.48  % Version  : Especial.
% 0.19/0.48  % English  : There are two individuals, a and b. Everything is either a or b.
% 0.19/0.48  %            There are three functions from individuals to individuals: f,g,h.
% 0.19/0.48  %            They are all different.
% 0.19/0.48  
% 0.19/0.48  % Refs     : [Bro09] Brown (2009), Email to Geoff Sutcliffe
% 0.19/0.48  % Source   : [Bro09]
% 0.19/0.48  % Names    :
% 0.19/0.48  
% 0.19/0.48  % Status   : Satisfiable
% 0.19/0.48  % Rating   : 0.00 v8.1.0, 0.33 v6.1.0, 0.00 v5.4.0, 0.67 v5.2.0, 1.00 v5.0.0, 0.33 v4.1.0, 0.00 v3.7.0
% 0.19/0.48  % Syntax   : Number of formulae    :    9 (   3 unt;   5 typ;   0 def)
% 0.19/0.48  %            Number of atoms       :    5 (   5 equ;   0 cnn)
% 0.19/0.48  %            Maximal formula atoms :    2 (   1 avg)
% 0.19/0.48  %            Number of connectives :    4 (   3   ~;   1   |;   0   &;   0   @)
% 0.19/0.48  %                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
% 0.19/0.48  %            Maximal formula depth :    3 (   2 avg)
% 0.19/0.48  %            Number of types       :    1 (   0 usr)
% 0.19/0.48  %            Number of type conns  :    3 (   3   >;   0   *;   0   +;   0  <<)
% 0.19/0.48  %            Number of symbols     :    6 (   5 usr;   2 con; 0-2 aty)
% 0.19/0.48  %            Number of variables   :    1 (   0   ^;   1   !;   0   ?;   1   :)
% 0.19/0.48  % SPC      : TH0_SAT_EQU_NAR
% 0.19/0.48  
% 0.19/0.48  % Comments : 
% 0.19/0.48  %------------------------------------------------------------------------------
% 0.19/0.48  thf(a,type,
% 0.19/0.48      a: $i ).
% 0.19/0.48  
% 0.19/0.48  thf(b,type,
% 0.19/0.48      b: $i ).
% 0.19/0.48  
% 0.19/0.48  thf(f,type,
% 0.19/0.48      f: $i > $i ).
% 0.19/0.48  
% 0.19/0.48  thf(g,type,
% 0.19/0.48      g: $i > $i ).
% 0.19/0.48  
% 0.19/0.48  thf(h,type,
% 0.19/0.48      h: $i > $i ).
% 0.19/0.48  
% 0.19/0.48  thf(ab,axiom,
% 0.19/0.48      ! [X: $i] :
% 0.19/0.48        ( ( X = a )
% 0.19/0.48        | ( X = b ) ) ).
% 0.19/0.48  
% 0.19/0.48  thf(fg,axiom,
% 0.19/0.48      f != g ).
% 0.19/0.48  
% 0.19/0.48  thf(gh,axiom,
% 0.19/0.48      g != h ).
% 0.19/0.48  
% 0.19/0.48  thf(fh,axiom,
% 0.19/0.48      f != h ).
% 0.19/0.48  
% 0.19/0.48  %------------------------------------------------------------------------------
% 0.19/0.48  ------- convert to smt2 : /export/starexec/sandbox2/tmp/tmp.zeWWHoXC0O/cvc5---1.0.5_7667.p...
% 0.19/0.48  (declare-sort $$unsorted 0)
% 0.19/0.48  (declare-fun tptp.a () $$unsorted)
% 0.19/0.48  (declare-fun tptp.b () $$unsorted)
% 0.19/0.48  (declare-fun tptp.f ($$unsorted) $$unsorted)
% 0.19/0.48  (declare-fun tptp.g ($$unsorted) $$unsorted)
% 0.19/0.48  (declare-fun tptp.h ($$unsorted) $$unsorted)
% 0.19/0.48  (assert (forall ((X $$unsorted)) (or (= X tptp.a) (= X tptp.b))))
% 0.19/0.48  (assert (not (= tptp.f tptp.g)))
% 0.19/0.48  (assert (not (= tptp.g tptp.h)))
% 0.19/0.48  (assert (not (= tptp.f tptp.h)))
% 0.19/0.48  (set-info :filename cvc5---1.0.5_7667)
% 0.19/0.48  (check-sat)
% 0.19/0.48  ------- get file name : TPTP file name is SYN990^1
% 0.19/0.48  ------- cvc5-thf : /export/starexec/sandbox2/solver/bin/cvc5---1.0.5_7667.smt2...
% 0.19/0.48  --- Run --ho-elim --full-saturate-quant at 10...
% 10.26/10.55  --- Run --ho-elim --no-e-matching --full-saturate-quant at 10...
% 20.41/20.60  --- Run --ho-elim --no-e-matching --enum-inst-sum --full-saturate-quant at 10...
% 30.47/30.66  --- Run --ho-elim --finite-model-find --uf-ss=no-minimal at 5...
% 30.47/30.77  % SZS status Satisfiable for SYN990^1
% 30.47/30.78  % cvc5---1.0.5 exiting
% 30.47/30.78  % cvc5---1.0.5 exiting
%------------------------------------------------------------------------------